Method ExecuteAsync<TProps>(IRedbMigration<TProps>, bool, string?)

Assembly: redb.Core.Pro.dll

Execute all migrations from configuration

public Task<List<MigrationResult>> ExecuteAsync<TProps>(IRedbMigration<TProps> migration, bool dryRun = false, string? appliedBy = null) where TProps : class